home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue37 / DynArr / Array1U.dfm / Array1U.txt
Encoding:
Text File  |  1998-07-03  |  893 b   |  45 lines

  1. object Array1MainForm: TArray1MainForm
  2.   Left = 192
  3.   Top = 109
  4.   Width = 264
  5.   Height = 273
  6.   Caption = 'Dynamic Array Example 1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poDefaultPosOnly
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   TextHeight = 13
  16.   object ListBox1: TListBox
  17.     Left = 0
  18.     Top = 0
  19.     Width = 256
  20.     Height = 246
  21.     Align = alClient
  22.     BorderStyle = bsNone
  23.     ItemHeight = 13
  24.     TabOrder = 0
  25.   end
  26.   object btnResizeArray: TButton
  27.     Left = 120
  28.     Top = 144
  29.     Width = 115
  30.     Height = 25
  31.     Caption = 'Resi&ze array'
  32.     TabOrder = 1
  33.     OnClick = btnResizeArrayClick
  34.   end
  35.   object btnFillArray: TButton
  36.     Left = 120
  37.     Top = 176
  38.     Width = 115
  39.     Height = 25
  40.     Caption = '&Fill array with values'
  41.     TabOrder = 2
  42.     OnClick = btnFillArrayClick
  43.   end
  44. end
  45.